home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / EZY120_1.ZIP / STRUCT.ARJ / CLIB.ARJ / DATE6.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-09  |  108 b   |  8 lines

  1.  
  2. #include <ezylib.h>
  3.  
  4. long TodayUnixAddDays(longint Days)
  5. {
  6.   return(TodayUnix() + Days * 86400L);
  7. }
  8.